home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Resources / System / SnoopDos / Readme_3.3 < prev    next >
Text File  |  2000-03-08  |  3KB  |  66 lines

  1.  
  2.              SnoopDos 3.3 -- System and application monitor
  3.  
  4.      Copyright © Eddy Carroll, September 1994. Freely distributable.
  5.  
  6.      Updated on January 2000 by Luca Longone and Massimo Tantignone
  7.                 with permission of the original author.
  8.  
  9.      Updated again on March 2000 by Grzegorz Chmie and Thomas Richter.
  10.  
  11.  
  12.  * VERY IMPORTANT NOTE: this archive contains an updated version of the
  13.  * SnoopDos executable, with the version number bumped to 3.2. This was
  14.  * NOT made by the original SnoopDos author, Eddy Carroll, but instead
  15.  * by Luca Longone and Massimo Tantignone, and Grzegorz Chmie 
  16.  * and Thomas Richter (with Eddy Carroll's approval).
  17.  *
  18.  * The purpose of this update is to remove an Enforcer hit which can happen
  19.  * with version 3.0 when a program is launched from ToolManager's dock and
  20.  * SnoopDos is running with its "SendRexx" patch turned on. Said hit doesn't
  21.  * seem to cause any harm, however it can be an annoyance for people which
  22.  * have Enforcer running all the time.
  23.  * The hit is apparently due to the way ToolManager sets up its message
  24.  * port and only happens when SnoopDos 3.0 is running. Since we can't
  25.  * fix ToolManager right now, we made SnoopDos able to avoid the hit.
  26.  * If you don't use ToolManager, you don't need this update.
  27.  *
  28.  * NOTE ABOUT THE 3.3 UPDATE
  29.  *
  30.  * This update fixes a flaw of the 3.2 release that somehow was unnoticed.
  31.  * The 3.2 release could not be run from Workbench, due to an unexpected
  32.  * re-define of the WBenchMsg variable to _WBenchMsg in some of the SAS/C
  33.  * headers which broke the new startup code. I really did not expect 
  34.  * this, sorry. Except the version number, and a slightly different compiler
  35.  * option, nothing changed.
  36.  *
  37.  * The 3.2 update was made to remove one additional frequent enforcer hit
  38.  * that appeared when the snoopdos patches have been called in the middle
  39.  * of a graphics operation. In that case, RastPort->Layer is NULL'd and
  40.  * the code didn't check. Fixed.
  41.  * Another improvement is that SnoopDos accepts now "NewIcons" style
  42.  * icons correctly for iconification.
  43.  * General house keeping work has been done, one header file has been
  44.  * enlarged to include all the required prototypes, and the code was 
  45.  * recompiled with the registerized parameter option, making it quite
  46.  * noticably shorter. (And maybe quite unnoticably faster as well :-)
  47.  *
  48.  * For the more suspicious people, the updated source code is on Aminet
  49.  * as well (util/moni/snoopdos32_src.lha). 
  50.  *
  51.  * The SnoopDos executable was recompiled for the plain 68000 again because
  52.  * I do not see the point why to go for an 68020 if it is not necessary.
  53.  * The code shrunk anyhow and I do not notice a speed improvement by using
  54.  * the 68020 switch.
  55.  *
  56.  * The original SnoopDos 3.0 documentation is included in this update
  57.  * without any modification, but please note that all references to PGP
  58.  * can't be applied to this update. If you need confirmation about the
  59.  * genuine nature of this update you can ask us or the original author.
  60.  *
  61.  * Luca Longone:       llong@tin.it, hexaee@tiscalinet.it
  62.  * Massimo Tantignone: tanti@intercom.it
  63.  * Grzegorz Chmie:     gchmiel@pnet.pl
  64.  * Thomas Richter:     thor@math.tu-berlin.de
  65.  * Eddy Carroll:       ecarroll@iol.ie
  66.